خوب چطور alias رو بنویسم!
و الآن با فایل htaccess به یه خطای دیگه خوردم:
میدونم که اشتباه از خودمه و بی تجربگیم واسه فایل htaccess ولی نمیدونم کجا مشکل دارم!!
ببینید روت روی lampp مسیر /var/www/html هست و پروژه من هم توی همین مسیره پوشه ای به نام prj...
فایل htaccess توی همین پوشه prj قرار داره و محتویات اون هم:
Options +FollowSymLinks
RewriteEngine On
#RewriteCond %{REQUEST_URI} !.*\.png$ [NC]
#RewriteCond %{REQUEST_URI} !.*\.jpg$ [NC]
RewriteCond %{REQUEST_URI} !.*\.css$ [NC]
RewriteCond %{REQUEST_URI} !.*\.js$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteCond %{REQUEST_FILENAME} !-l [NC]
RewriteRule ^(.*)$ index.php?params=$1 [L,QSA]
و مسیری هم که میخوام مثلا اجرا کنم به این صورته:
http://127.0.0.1/prj/myparamتوی ویندوز که بودم درست بود به همین شکل هم بود ولی اینجا این خطا رو میگیرم:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Apache/2.4.7 (Ubuntu) Server at 127.0.0.1 Port 80
توی فایل /etc/apache2/apache2.conf هم AllowOverride None رو به AllowOverride All تغییر دادم... باز هم نشد...
وقتی فایل htaccess توی پوشه prj قرار داره کلا توی localhost/ اون فایل نشون داده نمیشه!!!! ولی وقتی برش میدارم نشون داده میشه و خطای بالا هم نیست...!