justin3ds
08-16-2009, 06:08 PM
in my .htaccess:
RewriteRule ^edit/layout$ edit_layout.php
but it returns a 404, but not because the regex isn't working, its because its looking in the wrong directory and i don't know why:
The requested URL /home/admin/public_html/edit_layout.php was not found on this server.
but my correct directory is:
/home/admin/domains/sleekupload.com/public_html/
where can i change this?
RewriteRule ^edit/layout$ edit_layout.php
but it returns a 404, but not because the regex isn't working, its because its looking in the wrong directory and i don't know why:
The requested URL /home/admin/public_html/edit_layout.php was not found on this server.
but my correct directory is:
/home/admin/domains/sleekupload.com/public_html/
where can i change this?
